DataSource for Entity Framework in WPF
C1.LiveLinq.LiveViews Namespace / GroupView<TKey,TElement> Class / Parent Property

In This Topic
    Parent Property (GroupView<TKey,TElement>)
    In This Topic
    Gets the grouping view (the result of a GroupBy operation) to which this group belongs.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As View
    public View Parent {get;}
    See Also